home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
TUNEIN
/
TUNEIN01.DIR
/
00314_Script_314
< prev
next >
Wrap
Text File
|
1995-06-01
|
525b
|
18 lines
on mouseDown
global thisTopic, thisLine, lastTopic
set thisLine = the mouseLine
if thisLine = -1 then
exit
end if
if line thisLine of field "selected Topics" = "" then
beep
exit
end if
set thisTopic = line thisLine of field "selected Topics"
set lastTopic = line thisLine of field "selected Topics"
hilite line thisLine of field "selected Topics"
puppetSound "add a movie"
updatestage
set the text of cast "selected topics list" = the text of cast (thisTopic&" list")
end